Html Css Color HEX #2466AF Denim

📋 copy color: '#2466AF'

red 36 ◦ green 102 ◦ blue 175

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

Shades of Denim #2466AF

Tints of Denim #2466AF

RGB

 RED value IS 36 (14.45% from 255) = 11.5%

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 11.5%
G = 32.59%
B = 55.91%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2466AF (or 0x2466AF) is known color: Denim. HEX triplet: 24, 66 and AF. RGB value is (36,102,175). Sum of RGB (Red+Green+Blue) = 36+102+175=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #2466AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2466AF is #DB9950. Grayscale: #5A5A5A. Windows color (decimal): -14391633 or 11494948. OLE color: 11494948.

HSL color Cylindrical-coordinate representation of color #2466AF: hue angle of 211.51º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2466AF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 102 175 -
CMYK 0.79 0.42 0 0.31
HSL 211.51º 0.66% 0.41% -
HSV(B) 211.51º 0.79% 0.69% -
XYZ 13.22 12.97 42.36 -
YUV 90.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 36 102 175 0.79 0.42 0 0.31 211.51 0.66 0.41
Hex 24 66 AF 4F 2A 0 1F D4 42 29
Octal 44 146 257 117 52 0 37 324 102 51
Binary 100100 1100110 10101111 1001111 101010 0 11111 11010100 1000010 101001

Color Harmonies of #2466AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2466AF

Black with #2466AF

Text Example


Text Example

White with #2466AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2466AF; }

 p { color: rgb(36,102,175); }

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

background-color css

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

 a { background-color: rgb(36,102,175); }

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

border-color css

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

 span { border-color: rgb(36,102,175); }

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