Html Css Color HEX #3864BA Cerulean Blue

📋 copy color: '#3864BA'

red 56 ◦ green 100 ◦ blue 186

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

Shades of Cerulean Blue #3864BA

Tints of Cerulean Blue #3864BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 16.37%
G = 29.24%
B = 54.39%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3864BA (or 0x3864BA) is known color: Cerulean Blue. HEX triplet: 38, 64 and BA. RGB value is (56,100,186). Sum of RGB (Red+Green+Blue) = 56+100+186=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #3864BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864BA is #C79B45. Grayscale: #606060. Windows color (decimal): -13081414 or 12215352. OLE color: 12215352.

HSL color Cylindrical-coordinate representation of color #3864BA: hue angle of 219.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3864BA is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 100 186 -
CMYK 0.70 0.46 0 0.27
HSL 219.69º 0.54% 0.47% -
HSV(B) 219.69º 0.7% 0.73% -
XYZ 15.05 13.5 48.27 -
YUV 96.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 56 100 186 0.70 0.46 0 0.27 219.69 0.54 0.47
Hex 38 64 BA 46 2E 0 1B DC 36 2F
Octal 70 144 272 106 56 0 33 334 66 57
Binary 111000 1100100 10111010 1000110 101110 0 11011 11011100 110110 101111

Color Harmonies of #3864BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864BA

Black with #3864BA

Text Example


Text Example

White with #3864BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3864BA; }

 p { color: rgb(56,100,186); }

 H1.HeaderClassName
 {
   color: #3864BA;
 }
 .AnyTagClassName
 {
   color: #3864BA;
 }
</style>

background-color css

<style>
 a { background-color: #3864BA; }

 a { background-color: rgb(56,100,186); }

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

border-color css

<style>
 span { border-color: #3864BA; }

 span { border-color: rgb(56,100,186); }

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