Html Css Color HEX #083B3C Cyprus

📋 copy color: '#083B3C'

red 8 ◦ green 59 ◦ blue 60

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

Shades of Cyprus #083B3C

Tints of Cyprus #083B3C

RGB

 RED value IS 8 (3.52% from 255) = 6.3%

 GREEN value IS 59 (23.44% from 255) = 46.46%

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

R = 6.3%
G = 46.46%
B = 47.24%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#083B3C (or 0x083B3C) is known color: Cyprus. HEX triplet: 08, 3B and 3C. RGB value is (8,59,60). Sum of RGB (Red+Green+Blue) = 8+59+60=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #083B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B3C is #F7C4C3. Grayscale: #2B2B2B. Windows color (decimal): -16237764 or 3947272. OLE color: 3947272.

HSL color Cylindrical-coordinate representation of color #083B3C: hue angle of 181.15º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083B3C is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 59 60 -
CMYK 0.87 0.02 0 0.76
HSL 181.15º 0.76% 0.13% -
HSV(B) 181.15º 0.87% 0.24% -
XYZ 2.48 3.51 4.82 -
YUV 43.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 8 59 60 0.87 0.02 0 0.76 181.15 0.76 0.13
Hex 8 3B 3C 57 2 0 4C B5 4C D
Octal 10 73 74 127 2 0 114 265 114 15
Binary 1000 111011 111100 1010111 10 0 1001100 10110101 1001100 1101

Color Harmonies of #083B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B3C

Black with #083B3C

Text Example


Text Example

White with #083B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083B3C; }

 p { color: rgb(8,59,60); }

 H1.HeaderClassName
 {
   color: #083B3C;
 }
 .AnyTagClassName
 {
   color: #083B3C;
 }
</style>

background-color css

<style>
 a { background-color: #083B3C; }

 a { background-color: rgb(8,59,60); }

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

border-color css

<style>
 span { border-color: #083B3C; }

 span { border-color: rgb(8,59,60); }

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