Html Css Color HEX #354ABB Cerulean Blue

📋 copy color: '#354ABB'

red 53 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #354ABB

Tints of Cerulean Blue #354ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 16.88%
G = 23.57%
B = 59.55%

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

#354ABB (or 0x354ABB) is known color: Cerulean Blue. HEX triplet: 35, 4A and BB. RGB value is (53,74,187). Sum of RGB (Red+Green+Blue) = 53+74+187=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #354ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354ABB is #CAB544. Grayscale: #505050. Windows color (decimal): -13284677 or 12274229. OLE color: 12274229.

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

Color convert

RGB 53 74 187 -
CMYK 0.72 0.60 0 0.27
HSL 230.6º 0.56% 0.47% -
HSV(B) 230.6º 0.72% 0.73% -
XYZ 12.89 9.24 48.12 -
YUV 80.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 53 74 187 0.72 0.60 0 0.27 230.6 0.56 0.47
Hex 35 4A BB 48 3C 0 1B E7 38 2F
Octal 65 112 273 110 74 0 33 347 70 57
Binary 110101 1001010 10111011 1001000 111100 0 11011 11100111 111000 101111

Color Harmonies of #354ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354ABB

Black with #354ABB

Text Example


Text Example

White with #354ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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