Html Css Color HEX #2355AC Cerulean Blue

📋 copy color: '#2355AC'

red 35 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2355AC

Tints of Cerulean Blue #2355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 172 (67.58% from 255) = 58.9%

R = 11.99%
G = 29.11%
B = 58.9%

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

#2355AC (or 0x2355AC) is known color: Cerulean Blue. HEX triplet: 23, 55 and AC. RGB value is (35,85,172). Sum of RGB (Red+Green+Blue) = 35+85+172=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2355AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2355AC is #DCAA53. Grayscale: #4F4F4F. Windows color (decimal): -14461524 or 11293987. OLE color: 11293987.

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

Color convert

RGB 35 85 172 -
CMYK 0.80 0.51 0 0.33
HSL 218.1º 0.66% 0.41% -
HSV(B) 218.1º 0.8% 0.67% -
XYZ 11.39 9.83 40.33 -
YUV 79.97 179.94 95.93 -
System Red Green Blue C M Y K H S L
Decimal 35 85 172 0.80 0.51 0 0.33 218.1 0.66 0.41
Hex 23 55 AC 50 33 0 21 DA 42 29
Octal 43 125 254 120 63 0 41 332 102 51
Binary 100011 1010101 10101100 1010000 110011 0 100001 11011010 1000010 101001

Color Harmonies of #2355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355AC

Black with #2355AC

Text Example


Text Example

White with #2355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2355AC; }

 p { color: rgb(35,85,172); }

 H1.HeaderClassName
 {
   color: #2355AC;
 }
 .AnyTagClassName
 {
   color: #2355AC;
 }
</style>

background-color css

<style>
 a { background-color: #2355AC; }

 a { background-color: rgb(35,85,172); }

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

border-color css

<style>
 span { border-color: #2355AC; }

 span { border-color: rgb(35,85,172); }

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