Html Css Color HEX #3454C0 Cerulean Blue

📋 copy color: '#3454C0'

red 52 ◦ green 84 ◦ blue 192

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

Shades of Cerulean Blue #3454C0

Tints of Cerulean Blue #3454C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 15.85%
G = 25.61%
B = 58.54%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3454C0 (or 0x3454C0) is known color: Cerulean Blue. HEX triplet: 34, 54 and C0. RGB value is (52,84,192). Sum of RGB (Red+Green+Blue) = 52+84+192=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #3454C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3454C0 is #CBAB3F. Grayscale: #565656. Windows color (decimal): -13347648 or 12604468. OLE color: 12604468.

HSL color Cylindrical-coordinate representation of color #3454C0: hue angle of 226.29º 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 #3454C0 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 84 192 -
CMYK 0.73 0.56 0 0.25
HSL 226.29º 0.57% 0.48% -
HSV(B) 226.29º 0.73% 0.75% -
XYZ 14.1 10.88 51.23 -
YUV 86.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 52 84 192 0.73 0.56 0 0.25 226.29 0.57 0.48
Hex 34 54 C0 49 38 0 19 E2 39 30
Octal 64 124 300 111 70 0 31 342 71 60
Binary 110100 1010100 11000000 1001001 111000 0 11001 11100010 111001 110000

Color Harmonies of #3454C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3454C0

Black with #3454C0

Text Example


Text Example

White with #3454C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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