Html Css Color HEX #02383D Cyprus

📋 copy color: '#02383D'

red 2 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #02383D

Tints of Cyprus #02383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 1.68%
G = 47.06%
B = 51.26%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02383D (or 0x02383D) is known color: Cyprus. HEX triplet: 02, 38 and 3D. RGB value is (2,56,61). Sum of RGB (Red+Green+Blue) = 2+56+61=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #02383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383D is #FDC7C2. Grayscale: #282828. Windows color (decimal): -16631747 or 4012034. OLE color: 4012034.

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

Color convert

RGB 2 56 61 -
CMYK 0.97 0.08 0 0.76
HSL 185.08º 0.94% 0.12% -
HSV(B) 185.08º 0.97% 0.24% -
XYZ 2.28 3.18 4.91 -
YUV 40.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 2 56 61 0.97 0.08 0 0.76 185.08 0.94 0.12
Hex 2 38 3D 61 8 0 4C B9 5E C
Octal 2 70 75 141 10 0 114 271 136 14
Binary 10 111000 111101 1100001 1000 0 1001100 10111001 1011110 1100

Color Harmonies of #02383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02383D

Black with #02383D

Text Example


Text Example

White with #02383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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