Html Css Color HEX #417297 Jelly Bean

📋 copy color: '#417297'

red 65 ◦ green 114 ◦ blue 151

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

Shades of Jelly Bean #417297

Tints of Jelly Bean #417297

RGB

 RED value IS 65 (25.78% from 255) = 19.7%

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 19.7%
G = 34.55%
B = 45.76%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#417297 (or 0x417297) is known color: Jelly Bean. HEX triplet: 41, 72 and 97. RGB value is (65,114,151). Sum of RGB (Red+Green+Blue) = 65+114+151=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #417297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417297 is #BE8D68. Grayscale: #676767. Windows color (decimal): -12488041 or 9925185. OLE color: 9925185.

HSL color Cylindrical-coordinate representation of color #417297: hue angle of 205.81º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417297 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 114 151 -
CMYK 0.57 0.25 0 0.41
HSL 205.81º 0.4% 0.42% -
HSV(B) 205.81º 0.57% 0.59% -
XYZ 13.78 15.39 31.52 -
YUV 103.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 65 114 151 0.57 0.25 0 0.41 205.81 0.4 0.42
Hex 41 72 97 39 19 0 29 CE 28 2A
Octal 101 162 227 71 31 0 51 316 50 52
Binary 1000001 1110010 10010111 111001 11001 0 101001 11001110 101000 101010

Color Harmonies of #417297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417297

Black with #417297

Text Example


Text Example

White with #417297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417297; }

 p { color: rgb(65,114,151); }

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

background-color css

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

 a { background-color: rgb(65,114,151); }

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

border-color css

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

 span { border-color: rgb(65,114,151); }

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