Html Css Color HEX #02383C Cyprus

📋 copy color: '#02383C'

red 2 ◦ green 56 ◦ blue 60

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

Shades of Cyprus #02383C

Tints of Cyprus #02383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.46%

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

R = 1.69%
G = 47.46%
B = 50.85%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02383C (or 0x02383C) is known color: Cyprus. HEX triplet: 02, 38 and 3C. RGB value is (2,56,60). Sum of RGB (Red+Green+Blue) = 2+56+60=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #02383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383C is #FDC7C3. Grayscale: #282828. Windows color (decimal): -16631748 or 3946498. OLE color: 3946498.

HSL color Cylindrical-coordinate representation of color #02383C: hue angle of 184.14º 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 #02383C is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 56 60 -
CMYK 0.97 0.07 0 0.76
HSL 184.14º 0.94% 0.12% -
HSV(B) 184.14º 0.97% 0.24% -
XYZ 2.25 3.17 4.77 -
YUV 40.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 2 56 60 0.97 0.07 0 0.76 184.14 0.94 0.12
Hex 2 38 3C 61 7 0 4C B8 5E C
Octal 2 70 74 141 7 0 114 270 136 14
Binary 10 111000 111100 1100001 111 0 1001100 10111000 1011110 1100

Color Harmonies of #02383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02383C

Black with #02383C

Text Example


Text Example

White with #02383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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