Html Css Color HEX #354AB3 Cerulean Blue

📋 copy color: '#354AB3'

red 53 ◦ green 74 ◦ blue 179

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

Shades of Cerulean Blue #354AB3

Tints of Cerulean Blue #354AB3

RGB

 RED value IS 53 (21.09% from 255) = 17.32%

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 17.32%
G = 24.18%
B = 58.5%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#354AB3 (or 0x354AB3) is known color: Cerulean Blue. HEX triplet: 35, 4A and B3. RGB value is (53,74,179). Sum of RGB (Red+Green+Blue) = 53+74+179=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #354AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354AB3 is #CAB54C. Grayscale: #4F4F4F. Windows color (decimal): -13284685 or 11749941. OLE color: 11749941.

HSL color Cylindrical-coordinate representation of color #354AB3: hue angle of 230º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354AB3 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 74 179 -
CMYK 0.70 0.59 0 0.30
HSL 230º 0.54% 0.45% -
HSV(B) 230º 0.7% 0.7% -
XYZ 12.05 8.91 43.73 -
YUV 79.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 53 74 179 0.70 0.59 0 0.30 230 0.54 0.45
Hex 35 4A B3 46 3B 0 1E E6 36 2D
Octal 65 112 263 106 73 0 36 346 66 55
Binary 110101 1001010 10110011 1000110 111011 0 11110 11100110 110110 101101

Color Harmonies of #354AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354AB3

Black with #354AB3

Text Example


Text Example

White with #354AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354AB3; }

 p { color: rgb(53,74,179); }

 H1.HeaderClassName
 {
   color: #354AB3;
 }
 .AnyTagClassName
 {
   color: #354AB3;
 }
</style>

background-color css

<style>
 a { background-color: #354AB3; }

 a { background-color: rgb(53,74,179); }

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

border-color css

<style>
 span { border-color: #354AB3; }

 span { border-color: rgb(53,74,179); }

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