Html Css Color HEX #02383F Cyprus

📋 copy color: '#02383F'

red 2 ◦ green 56 ◦ blue 63

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

Shades of Cyprus #02383F

Tints of Cyprus #02383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.07%

R = 1.65%
G = 46.28%
B = 52.07%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#02383F (or 0x02383F) is known color: Cyprus. HEX triplet: 02, 38 and 3F. RGB value is (2,56,63). Sum of RGB (Red+Green+Blue) = 2+56+63=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #02383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02383F is #FDC7C0. Grayscale: #282828. Windows color (decimal): -16631745 or 4143106. OLE color: 4143106.

HSL color Cylindrical-coordinate representation of color #02383F: hue angle of 186.89º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02383F is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 56 63 -
CMYK 0.97 0.11 0 0.75
HSL 186.89º 0.94% 0.13% -
HSV(B) 186.89º 0.97% 0.25% -
XYZ 2.34 3.2 5.2 -
YUV 40.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 2 56 63 0.97 0.11 0 0.75 186.89 0.94 0.13
Hex 2 38 3F 61 B 0 4B BB 5E D
Octal 2 70 77 141 13 0 113 273 136 15
Binary 10 111000 111111 1100001 1011 0 1001011 10111011 1011110 1101

Color Harmonies of #02383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02383F

Black with #02383F

Text Example


Text Example

White with #02383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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