Html Css Color HEX #3862BC Cerulean Blue

📋 copy color: '#3862BC'

red 56 ◦ green 98 ◦ blue 188

#3862BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3862BC

Tints of Cerulean Blue #3862BC

RGB

 RED value IS 56 (22.27% from 255) = 16.37%

 GREEN value IS 98 (38.67% from 255) = 28.65%

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 16.37%
G = 28.65%
B = 54.97%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3862BC (or 0x3862BC) is known color: Cerulean Blue. HEX triplet: 38, 62 and BC. RGB value is (56,98,188). Sum of RGB (Red+Green+Blue) = 56+98+188=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #3862BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3862BC is #C79D43. Grayscale: #5F5F5F. Windows color (decimal): -13081924 or 12345912. OLE color: 12345912.

HSL color Cylindrical-coordinate representation of color #3862BC: hue angle of 220.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3862BC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 98 188 -
CMYK 0.70 0.48 0 0.26
HSL 220.91º 0.54% 0.48% -
HSV(B) 220.91º 0.7% 0.74% -
XYZ 15.08 13.21 49.33 -
YUV 95.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 56 98 188 0.70 0.48 0 0.26 220.91 0.54 0.48
Hex 38 62 BC 46 30 0 1A DD 36 30
Octal 70 142 274 106 60 0 32 335 66 60
Binary 111000 1100010 10111100 1000110 110000 0 11010 11011101 110110 110000

Color Harmonies of #3862BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3862BC

Black with #3862BC

Text Example


Text Example

White with #3862BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3862BC; }

 p { color: rgb(56,98,188); }

 H1.HeaderClassName
 {
   color: #3862BC;
 }
 .AnyTagClassName
 {
   color: #3862BC;
 }
</style>

background-color css

<style>
 a { background-color: #3862BC; }

 a { background-color: rgb(56,98,188); }

 div.DivClassName
 {
   background-color: #3862BC;
 }
 .BgClassName
 {
   background-color: #3862BC;
 }
</style>

border-color css

<style>
 span { border-color: #3862BC; }

 span { border-color: rgb(56,98,188); }

 td.TdClassName
 {
   border-color: #3862BC;
 }
 .TagClassName
 {
   border-color: #3862BC;
 }
</style>