Html Css Color HEX #3864BB Cerulean Blue

📋 copy color: '#3864BB'

red 56 ◦ green 100 ◦ blue 187

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

Shades of Cerulean Blue #3864BB

Tints of Cerulean Blue #3864BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 16.33%
G = 29.15%
B = 54.52%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3864BB (or 0x3864BB) is known color: Cerulean Blue. HEX triplet: 38, 64 and BB. RGB value is (56,100,187). Sum of RGB (Red+Green+Blue) = 56+100+187=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #3864BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864BB is #C79B44. Grayscale: #606060. Windows color (decimal): -13081413 or 12280888. OLE color: 12280888.

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

Color convert

RGB 56 100 187 -
CMYK 0.70 0.47 0 0.27
HSL 219.85º 0.54% 0.48% -
HSV(B) 219.85º 0.7% 0.73% -
XYZ 15.16 13.54 48.83 -
YUV 96.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 56 100 187 0.70 0.47 0 0.27 219.85 0.54 0.48
Hex 38 64 BB 46 2F 0 1B DC 36 30
Octal 70 144 273 106 57 0 33 334 66 60
Binary 111000 1100100 10111011 1000110 101111 0 11011 11011100 110110 110000

Color Harmonies of #3864BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864BB

Black with #3864BB

Text Example


Text Example

White with #3864BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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