Html Css Color HEX #2363CC Denim

📋 copy color: '#2363CC'

red 35 ◦ green 99 ◦ blue 204

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

Shades of Denim #2363CC

Tints of Denim #2363CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 10.36%
G = 29.29%
B = 60.36%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2363CC (or 0x2363CC) is known color: Denim. HEX triplet: 23, 63 and CC. RGB value is (35,99,204). Sum of RGB (Red+Green+Blue) = 35+99+204=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #2363CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363CC is #DC9C33. Grayscale: #5B5B5B. Windows color (decimal): -14457908 or 13394723. OLE color: 13394723.

HSL color Cylindrical-coordinate representation of color #2363CC: hue angle of 217.28º 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 #2363CC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 99 204 -
CMYK 0.83 0.51 0 0.2
HSL 217.28º 0.71% 0.47% -
HSV(B) 217.28º 0.83% 0.8% -
XYZ 16.05 13.64 58.91 -
YUV 91.83 191.3 87.46 -
System Red Green Blue C M Y K H S L
Decimal 35 99 204 0.83 0.51 0 0.2 217.28 0.71 0.47
Hex 23 63 CC 53 33 0 14 D9 47 2F
Octal 43 143 314 123 63 0 24 331 107 57
Binary 100011 1100011 11001100 1010011 110011 0 10100 11011001 1000111 101111

Color Harmonies of #2363CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2363CC

Black with #2363CC

Text Example


Text Example

White with #2363CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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