Html Css Color HEX #3469BA Cerulean Blue

📋 copy color: '#3469BA'

red 52 ◦ green 105 ◦ blue 186

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

Shades of Cerulean Blue #3469BA

Tints of Cerulean Blue #3469BA

RGB

 RED value IS 52 (20.7% from 255) = 15.16%

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

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

R = 15.16%
G = 30.61%
B = 54.23%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3469BA (or 0x3469BA) is known color: Cerulean Blue. HEX triplet: 34, 69 and BA. RGB value is (52,105,186). Sum of RGB (Red+Green+Blue) = 52+105+186=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #3469BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469BA is #CB9645. Grayscale: #626262. Windows color (decimal): -13342278 or 12216628. OLE color: 12216628.

HSL color Cylindrical-coordinate representation of color #3469BA: hue angle of 216.27º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3469BA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 105 186 -
CMYK 0.72 0.44 0 0.27
HSL 216.27º 0.56% 0.47% -
HSV(B) 216.27º 0.72% 0.73% -
XYZ 15.33 14.38 48.42 -
YUV 98.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 52 105 186 0.72 0.44 0 0.27 216.27 0.56 0.47
Hex 34 69 BA 48 2C 0 1B D8 38 2F
Octal 64 151 272 110 54 0 33 330 70 57
Binary 110100 1101001 10111010 1001000 101100 0 11011 11011000 111000 101111

Color Harmonies of #3469BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3469BA

Black with #3469BA

Text Example


Text Example

White with #3469BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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