Html Css Color HEX #2368CC Denim

📋 copy color: '#2368CC'

red 35 ◦ green 104 ◦ blue 204

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

Shades of Denim #2368CC

Tints of Denim #2368CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

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

R = 10.2%
G = 30.32%
B = 59.48%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2368CC (or 0x2368CC) is known color: Denim. HEX triplet: 23, 68 and CC. RGB value is (35,104,204). Sum of RGB (Red+Green+Blue) = 35+104+204=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2368CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2368CC is #DC9733. Grayscale: #5E5E5E. Windows color (decimal): -14456628 or 13396003. OLE color: 13396003.

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

Color convert

RGB 35 104 204 -
CMYK 0.83 0.49 0 0.2
HSL 215.5º 0.71% 0.47% -
HSV(B) 215.5º 0.83% 0.8% -
XYZ 16.54 14.62 59.08 -
YUV 94.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 35 104 204 0.83 0.49 0 0.2 215.5 0.71 0.47
Hex 23 68 CC 53 31 0 14 D8 47 2F
Octal 43 150 314 123 61 0 24 330 107 57
Binary 100011 1101000 11001100 1010011 110001 0 10100 11011000 1000111 101111

Color Harmonies of #2368CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2368CC

Black with #2368CC

Text Example


Text Example

White with #2368CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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