Html Css Color HEX #3454BD Cerulean Blue

📋 copy color: '#3454BD'

red 52 ◦ green 84 ◦ blue 189

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

Shades of Cerulean Blue #3454BD

Tints of Cerulean Blue #3454BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 16%
G = 25.85%
B = 58.15%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3454BD (or 0x3454BD) is known color: Cerulean Blue. HEX triplet: 34, 54 and BD. RGB value is (52,84,189). Sum of RGB (Red+Green+Blue) = 52+84+189=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #3454BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454BD is #CBAB42. Grayscale: #555555. Windows color (decimal): -13347651 or 12407860. OLE color: 12407860.

HSL color Cylindrical-coordinate representation of color #3454BD: hue angle of 225.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3454BD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 84 189 -
CMYK 0.72 0.56 0 0.26
HSL 225.99º 0.57% 0.47% -
HSV(B) 225.99º 0.72% 0.74% -
XYZ 13.77 10.74 49.49 -
YUV 86.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 52 84 189 0.72 0.56 0 0.26 225.99 0.57 0.47
Hex 34 54 BD 48 38 0 1A E2 39 2F
Octal 64 124 275 110 70 0 32 342 71 57
Binary 110100 1010100 10111101 1001000 111000 0 11010 11100010 111001 101111

Color Harmonies of #3454BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454BD

Black with #3454BD

Text Example


Text Example

White with #3454BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3454BD; }

 p { color: rgb(52,84,189); }

 H1.HeaderClassName
 {
   color: #3454BD;
 }
 .AnyTagClassName
 {
   color: #3454BD;
 }
</style>

background-color css

<style>
 a { background-color: #3454BD; }

 a { background-color: rgb(52,84,189); }

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

border-color css

<style>
 span { border-color: #3454BD; }

 span { border-color: rgb(52,84,189); }

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