Html Css Color HEX #295CAC Cerulean Blue

📋 copy color: '#295CAC'

red 41 ◦ green 92 ◦ blue 172

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

Shades of Cerulean Blue #295CAC

Tints of Cerulean Blue #295CAC

RGB

 RED value IS 41 (16.41% from 255) = 13.44%

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 13.44%
G = 30.16%
B = 56.39%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295CAC (or 0x295CAC) is known color: Cerulean Blue. HEX triplet: 29, 5C and AC. RGB value is (41,92,172). Sum of RGB (Red+Green+Blue) = 41+92+172=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #295CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CAC is #D6A353. Grayscale: #555555. Windows color (decimal): -14066516 or 11295785. OLE color: 11295785.

HSL color Cylindrical-coordinate representation of color #295CAC: hue angle of 216.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295CAC is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 92 172 -
CMYK 0.76 0.47 0 0.33
HSL 216.64º 0.62% 0.42% -
HSV(B) 216.64º 0.76% 0.67% -
XYZ 12.19 11.1 40.53 -
YUV 85.87 176.6 96 -
System Red Green Blue C M Y K H S L
Decimal 41 92 172 0.76 0.47 0 0.33 216.64 0.62 0.42
Hex 29 5C AC 4C 2F 0 21 D9 3E 2A
Octal 51 134 254 114 57 0 41 331 76 52
Binary 101001 1011100 10101100 1001100 101111 0 100001 11011001 111110 101010

Color Harmonies of #295CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CAC

Black with #295CAC

Text Example


Text Example

White with #295CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295CAC; }

 p { color: rgb(41,92,172); }

 H1.HeaderClassName
 {
   color: #295CAC;
 }
 .AnyTagClassName
 {
   color: #295CAC;
 }
</style>

background-color css

<style>
 a { background-color: #295CAC; }

 a { background-color: rgb(41,92,172); }

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

border-color css

<style>
 span { border-color: #295CAC; }

 span { border-color: rgb(41,92,172); }

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