Html Css Color HEX #02353C Cyprus

📋 copy color: '#02353C'

red 2 ◦ green 53 ◦ blue 60

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

Shades of Cyprus #02353C

Tints of Cyprus #02353C

RGB

 RED value IS 2 (1.17% from 255) = 1.74%

 GREEN value IS 53 (21.09% from 255) = 46.09%

 BLUE value IS 60 (23.83% from 255) = 52.17%

R = 1.74%
G = 46.09%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02353C (or 0x02353C) is known color: Cyprus. HEX triplet: 02, 35 and 3C. RGB value is (2,53,60). Sum of RGB (Red+Green+Blue) = 2+53+60=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #02353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02353C is #FDCAC3. Grayscale: #262626. Windows color (decimal): -16632516 or 3945730. OLE color: 3945730.

HSL color Cylindrical-coordinate representation of color #02353C: hue angle of 187.24º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02353C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 53 60 -
CMYK 0.97 0.12 0 0.76
HSL 187.24º 0.94% 0.12% -
HSV(B) 187.24º 0.97% 0.24% -
XYZ 2.11 2.89 4.72 -
YUV 38.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 2 53 60 0.97 0.12 0 0.76 187.24 0.94 0.12
Hex 2 35 3C 61 C 0 4C BB 5E C
Octal 2 65 74 141 14 0 114 273 136 14
Binary 10 110101 111100 1100001 1100 0 1001100 10111011 1011110 1100

Color Harmonies of #02353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02353C

Black with #02353C

Text Example


Text Example

White with #02353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02353C; }

 p { color: rgb(2,53,60); }

 H1.HeaderClassName
 {
   color: #02353C;
 }
 .AnyTagClassName
 {
   color: #02353C;
 }
</style>

background-color css

<style>
 a { background-color: #02353C; }

 a { background-color: rgb(2,53,60); }

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

border-color css

<style>
 span { border-color: #02353C; }

 span { border-color: rgb(2,53,60); }

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