Html Css Color HEX #3865BC Cerulean Blue

📋 copy color: '#3865BC'

red 56 ◦ green 101 ◦ blue 188

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

Shades of Cerulean Blue #3865BC

Tints of Cerulean Blue #3865BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 16.23%
G = 29.28%
B = 54.49%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3865BC (or 0x3865BC) is known color: Cerulean Blue. HEX triplet: 38, 65 and BC. RGB value is (56,101,188). Sum of RGB (Red+Green+Blue) = 56+101+188=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #3865BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865BC is #C79A43. Grayscale: #616161. Windows color (decimal): -13081156 or 12346680. OLE color: 12346680.

HSL color Cylindrical-coordinate representation of color #3865BC: hue angle of 219.55º 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 #3865BC is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 101 188 -
CMYK 0.70 0.46 0 0.26
HSL 219.55º 0.54% 0.48% -
HSV(B) 219.55º 0.7% 0.74% -
XYZ 15.36 13.78 49.43 -
YUV 97.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 56 101 188 0.70 0.46 0 0.26 219.55 0.54 0.48
Hex 38 65 BC 46 2E 0 1A DC 36 30
Octal 70 145 274 106 56 0 32 334 66 60
Binary 111000 1100101 10111100 1000110 101110 0 11010 11011100 110110 110000

Color Harmonies of #3865BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865BC

Black with #3865BC

Text Example


Text Example

White with #3865BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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