Html Css Color HEX #3452BF Cerulean Blue

📋 copy color: '#3452BF'

red 52 ◦ green 82 ◦ blue 191

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

Shades of Cerulean Blue #3452BF

Tints of Cerulean Blue #3452BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 191 (75% from 255) = 58.77%

R = 16%
G = 25.23%
B = 58.77%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3452BF (or 0x3452BF) is known color: Cerulean Blue. HEX triplet: 34, 52 and BF. RGB value is (52,82,191). Sum of RGB (Red+Green+Blue) = 52+82+191=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #3452BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3452BF is #CBAD40. Grayscale: #545454. Windows color (decimal): -13348161 or 12538420. OLE color: 12538420.

HSL color Cylindrical-coordinate representation of color #3452BF: hue angle of 227.05º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3452BF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 82 191 -
CMYK 0.73 0.57 0 0.25
HSL 227.05º 0.57% 0.48% -
HSV(B) 227.05º 0.73% 0.75% -
XYZ 13.84 10.53 50.59 -
YUV 85.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 52 82 191 0.73 0.57 0 0.25 227.05 0.57 0.48
Hex 34 52 BF 49 39 0 19 E3 39 30
Octal 64 122 277 111 71 0 31 343 71 60
Binary 110100 1010010 10111111 1001001 111001 0 11001 11100011 111001 110000

Color Harmonies of #3452BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452BF

Black with #3452BF

Text Example


Text Example

White with #3452BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3452BF; }

 p { color: rgb(52,82,191); }

 H1.HeaderClassName
 {
   color: #3452BF;
 }
 .AnyTagClassName
 {
   color: #3452BF;
 }
</style>

background-color css

<style>
 a { background-color: #3452BF; }

 a { background-color: rgb(52,82,191); }

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

border-color css

<style>
 span { border-color: #3452BF; }

 span { border-color: rgb(52,82,191); }

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