Html Css Color HEX #2354AB Cerulean Blue

📋 copy color: '#2354AB'

red 35 ◦ green 84 ◦ blue 171

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

Shades of Cerulean Blue #2354AB

Tints of Cerulean Blue #2354AB

RGB

 RED value IS 35 (14.06% from 255) = 12.07%

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 12.07%
G = 28.97%
B = 58.97%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2354AB (or 0x2354AB) is known color: Cerulean Blue. HEX triplet: 23, 54 and AB. RGB value is (35,84,171). Sum of RGB (Red+Green+Blue) = 35+84+171=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #2354AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2354AB is #DCAB54. Grayscale: #4E4E4E. Windows color (decimal): -14461781 or 11228195. OLE color: 11228195.

HSL color Cylindrical-coordinate representation of color #2354AB: hue angle of 218.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2354AB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 84 171 -
CMYK 0.80 0.51 0 0.33
HSL 218.38º 0.66% 0.4% -
HSV(B) 218.38º 0.8% 0.67% -
XYZ 11.21 9.64 39.8 -
YUV 79.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 35 84 171 0.80 0.51 0 0.33 218.38 0.66 0.4
Hex 23 54 AB 50 33 0 21 DA 42 28
Octal 43 124 253 120 63 0 41 332 102 50
Binary 100011 1010100 10101011 1010000 110011 0 100001 11011010 1000010 101000

Color Harmonies of #2354AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2354AB

Black with #2354AB

Text Example


Text Example

White with #2354AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2354AB; }

 p { color: rgb(35,84,171); }

 H1.HeaderClassName
 {
   color: #2354AB;
 }
 .AnyTagClassName
 {
   color: #2354AB;
 }
</style>

background-color css

<style>
 a { background-color: #2354AB; }

 a { background-color: rgb(35,84,171); }

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

border-color css

<style>
 span { border-color: #2354AB; }

 span { border-color: rgb(35,84,171); }

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