Html Css Color HEX #295BAF Cerulean Blue

📋 copy color: '#295BAF'

red 41 ◦ green 91 ◦ blue 175

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

Shades of Cerulean Blue #295BAF

Tints of Cerulean Blue #295BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 175 (68.75% from 255) = 57%

R = 13.36%
G = 29.64%
B = 57%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#295BAF (or 0x295BAF) is known color: Cerulean Blue. HEX triplet: 29, 5B and AF. RGB value is (41,91,175). Sum of RGB (Red+Green+Blue) = 41+91+175=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #295BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BAF is #D6A450. Grayscale: #555555. Windows color (decimal): -14066769 or 11492137. OLE color: 11492137.

HSL color Cylindrical-coordinate representation of color #295BAF: hue angle of 217.61º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295BAF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 91 175 -
CMYK 0.77 0.48 0 0.31
HSL 217.61º 0.62% 0.42% -
HSV(B) 217.61º 0.77% 0.69% -
XYZ 12.39 11.05 42.04 -
YUV 85.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 41 91 175 0.77 0.48 0 0.31 217.61 0.62 0.42
Hex 29 5B AF 4D 30 0 1F DA 3E 2A
Octal 51 133 257 115 60 0 37 332 76 52
Binary 101001 1011011 10101111 1001101 110000 0 11111 11011010 111110 101010

Color Harmonies of #295BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BAF

Black with #295BAF

Text Example


Text Example

White with #295BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,91,175); }

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

background-color css

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

 a { background-color: rgb(41,91,175); }

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

border-color css

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

 span { border-color: rgb(41,91,175); }

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