Html Css Color HEX #354ABA Cerulean Blue

📋 copy color: '#354ABA'

red 53 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #354ABA

Tints of Cerulean Blue #354ABA

RGB

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

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

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

R = 16.93%
G = 23.64%
B = 59.42%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#354ABA (or 0x354ABA) is known color: Cerulean Blue. HEX triplet: 35, 4A and BA. RGB value is (53,74,186). Sum of RGB (Red+Green+Blue) = 53+74+186=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #354ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ABA is #CAB545. Grayscale: #505050. Windows color (decimal): -13284678 or 12208693. OLE color: 12208693.

HSL color Cylindrical-coordinate representation of color #354ABA: hue angle of 230.53º 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 #354ABA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 74 186 -
CMYK 0.72 0.60 0 0.27
HSL 230.53º 0.56% 0.47% -
HSV(B) 230.53º 0.72% 0.73% -
XYZ 12.78 9.2 47.56 -
YUV 80.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 53 74 186 0.72 0.60 0 0.27 230.53 0.56 0.47
Hex 35 4A BA 48 3C 0 1B E7 38 2F
Octal 65 112 272 110 74 0 33 347 70 57
Binary 110101 1001010 10111010 1001000 111100 0 11011 11100111 111000 101111

Color Harmonies of #354ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ABA

Black with #354ABA

Text Example


Text Example

White with #354ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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