Html Css Color HEX #2362CC Denim

📋 copy color: '#2362CC'

red 35 ◦ green 98 ◦ blue 204

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

Shades of Denim #2362CC

Tints of Denim #2362CC

RGB

 RED value IS 35 (14.06% from 255) = 10.39%

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 10.39%
G = 29.08%
B = 60.53%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2362CC (or 0x2362CC) is known color: Denim. HEX triplet: 23, 62 and CC. RGB value is (35,98,204). Sum of RGB (Red+Green+Blue) = 35+98+204=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2362CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2362CC is #DC9D33. Grayscale: #5A5A5A. Windows color (decimal): -14458164 or 13394467. OLE color: 13394467.

HSL color Cylindrical-coordinate representation of color #2362CC: hue angle of 217.63º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2362CC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 98 204 -
CMYK 0.83 0.52 0 0.2
HSL 217.63º 0.71% 0.47% -
HSV(B) 217.63º 0.83% 0.8% -
XYZ 15.96 13.45 58.88 -
YUV 91.25 191.63 87.88 -
System Red Green Blue C M Y K H S L
Decimal 35 98 204 0.83 0.52 0 0.2 217.63 0.71 0.47
Hex 23 62 CC 53 34 0 14 DA 47 2F
Octal 43 142 314 123 64 0 24 332 107 57
Binary 100011 1100010 11001100 1010011 110100 0 10100 11011010 1000111 101111

Color Harmonies of #2362CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2362CC

Black with #2362CC

Text Example


Text Example

White with #2362CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2362CC; }

 p { color: rgb(35,98,204); }

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

background-color css

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

 a { background-color: rgb(35,98,204); }

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

border-color css

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

 span { border-color: rgb(35,98,204); }

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