Html Css Color HEX #295CAB Cerulean Blue

📋 copy color: '#295CAB'

red 41 ◦ green 92 ◦ blue 171

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

Shades of Cerulean Blue #295CAB

Tints of Cerulean Blue #295CAB

RGB

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

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

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

R = 13.49%
G = 30.26%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295CAB (or 0x295CAB) is known color: Cerulean Blue. HEX triplet: 29, 5C and AB. RGB value is (41,92,171). Sum of RGB (Red+Green+Blue) = 41+92+171=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #295CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CAB is #D6A354. Grayscale: #555555. Windows color (decimal): -14066517 or 11230249. OLE color: 11230249.

HSL color Cylindrical-coordinate representation of color #295CAB: hue angle of 216.46º degrees, saturation: 0.61, 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 #295CAB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 92 171 -
CMYK 0.76 0.46 0 0.33
HSL 216.46º 0.61% 0.42% -
HSV(B) 216.46º 0.76% 0.67% -
XYZ 12.09 11.07 40.03 -
YUV 85.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 41 92 171 0.76 0.46 0 0.33 216.46 0.61 0.42
Hex 29 5C AB 4C 2E 0 21 D8 3D 2A
Octal 51 134 253 114 56 0 41 330 75 52
Binary 101001 1011100 10101011 1001100 101110 0 100001 11011000 111101 101010

Color Harmonies of #295CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CAB

Black with #295CAB

Text Example


Text Example

White with #295CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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