Html Css Color HEX #3859BA Cerulean Blue

📋 copy color: '#3859BA'

red 56 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #3859BA

Tints of Cerulean Blue #3859BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 16.92%
G = 26.89%
B = 56.19%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3859BA (or 0x3859BA) is known color: Cerulean Blue. HEX triplet: 38, 59 and BA. RGB value is (56,89,186). Sum of RGB (Red+Green+Blue) = 56+89+186=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #3859BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3859BA is #C7A645. Grayscale: #595959. Windows color (decimal): -13084230 or 12212536. OLE color: 12212536.

HSL color Cylindrical-coordinate representation of color #3859BA: hue angle of 224.77º 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 #3859BA is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 89 186 -
CMYK 0.70 0.52 0 0.27
HSL 224.77º 0.54% 0.47% -
HSV(B) 224.77º 0.7% 0.73% -
XYZ 14.07 11.53 47.94 -
YUV 90.19 182.07 103.61 -
System Red Green Blue C M Y K H S L
Decimal 56 89 186 0.70 0.52 0 0.27 224.77 0.54 0.47
Hex 38 59 BA 46 34 0 1B E1 36 2F
Octal 70 131 272 106 64 0 33 341 66 57
Binary 111000 1011001 10111010 1000110 110100 0 11011 11100001 110110 101111

Color Harmonies of #3859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3859BA

Black with #3859BA

Text Example


Text Example

White with #3859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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