Html Css Color HEX #295BC6 Cerulean Blue

📋 copy color: '#295BC6'

red 41 ◦ green 91 ◦ blue 198

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

Shades of Cerulean Blue #295BC6

Tints of Cerulean Blue #295BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 60%

R = 12.42%
G = 27.58%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#295BC6 (or 0x295BC6) is known color: Cerulean Blue. HEX triplet: 29, 5B and C6. RGB value is (41,91,198). Sum of RGB (Red+Green+Blue) = 41+91+198=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #295BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BC6 is #D6A439. Grayscale: #575757. Windows color (decimal): -14066746 or 12999465. OLE color: 12999465.

HSL color Cylindrical-coordinate representation of color #295BC6: hue angle of 220.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295BC6 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 91 198 -
CMYK 0.79 0.54 0 0.22
HSL 220.89º 0.66% 0.47% -
HSV(B) 220.89º 0.79% 0.78% -
XYZ 14.85 12.03 54.97 -
YUV 88.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 41 91 198 0.79 0.54 0 0.22 220.89 0.66 0.47
Hex 29 5B C6 4F 36 0 16 DD 42 2F
Octal 51 133 306 117 66 0 26 335 102 57
Binary 101001 1011011 11000110 1001111 110110 0 10110 11011101 1000010 101111

Color Harmonies of #295BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BC6

Black with #295BC6

Text Example


Text Example

White with #295BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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