Html Css Color HEX #3869BA Cerulean Blue

📋 copy color: '#3869BA'

red 56 ◦ green 105 ◦ blue 186

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

Shades of Cerulean Blue #3869BA

Tints of Cerulean Blue #3869BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 16.14%
G = 30.26%
B = 53.6%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3869BA (or 0x3869BA) is known color: Cerulean Blue. HEX triplet: 38, 69 and BA. RGB value is (56,105,186). Sum of RGB (Red+Green+Blue) = 56+105+186=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #3869BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3869BA is #C79645. Grayscale: #636363. Windows color (decimal): -13080134 or 12216632. OLE color: 12216632.

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

Color convert

RGB 56 105 186 -
CMYK 0.70 0.44 0 0.27
HSL 217.38º 0.54% 0.47% -
HSV(B) 217.38º 0.7% 0.73% -
XYZ 15.55 14.49 48.43 -
YUV 99.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 56 105 186 0.70 0.44 0 0.27 217.38 0.54 0.47
Hex 38 69 BA 46 2C 0 1B D9 36 2F
Octal 70 151 272 106 54 0 33 331 66 57
Binary 111000 1101001 10111010 1000110 101100 0 11011 11011001 110110 101111

Color Harmonies of #3869BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3869BA

Black with #3869BA

Text Example


Text Example

White with #3869BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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