Html Css Color HEX #2665BE Denim

📋 copy color: '#2665BE'

red 38 ◦ green 101 ◦ blue 190

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

Shades of Denim #2665BE

Tints of Denim #2665BE

RGB

 RED value IS 38 (15.23% from 255) = 11.55%

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 11.55%
G = 30.7%
B = 57.75%

CMYK

 C value IS 0.8

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2665BE (or 0x2665BE) is known color: Denim. HEX triplet: 26, 65 and BE. RGB value is (38,101,190). Sum of RGB (Red+Green+Blue) = 38+101+190=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #2665BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2665BE is #D99A41. Grayscale: #5B5B5B. Windows color (decimal): -14260802 or 12477734. OLE color: 12477734.

HSL color Cylindrical-coordinate representation of color #2665BE: hue angle of 215.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2665BE is Cyan = 0.8, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 101 190 -
CMYK 0.8 0.47 0 0.25
HSL 215.13º 0.67% 0.45% -
HSV(B) 215.13º 0.8% 0.75% -
XYZ 14.75 13.44 50.53 -
YUV 92.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 38 101 190 0.8 0.47 0 0.25 215.13 0.67 0.45
Hex 26 65 BE 50 2F 0 19 D7 43 2D
Octal 46 145 276 120 57 0 31 327 103 55
Binary 100110 1100101 10111110 1010000 101111 0 11001 11010111 1000011 101101

Color Harmonies of #2665BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2665BE

Black with #2665BE

Text Example


Text Example

White with #2665BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2665BE; }

 p { color: rgb(38,101,190); }

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

background-color css

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

 a { background-color: rgb(38,101,190); }

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

border-color css

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

 span { border-color: rgb(38,101,190); }

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