Html Css Color HEX #03483C Cyprus

📋 copy color: '#03483C'

red 3 ◦ green 72 ◦ blue 60

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

Shades of Cyprus #03483C

Tints of Cyprus #03483C

RGB

 RED value IS 3 (1.56% from 255) = 2.22%

 GREEN value IS 72 (28.52% from 255) = 53.33%

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

R = 2.22%
G = 53.33%
B = 44.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#03483C (or 0x03483C) is known color: Cyprus. HEX triplet: 03, 48 and 3C. RGB value is (3,72,60). Sum of RGB (Red+Green+Blue) = 3+72+60=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #03483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03483C is #FCB7C3. Grayscale: #313131. Windows color (decimal): -16562116 or 3950595. OLE color: 3950595.

HSL color Cylindrical-coordinate representation of color #03483C: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03483C is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 60 -
CMYK 0.96 0 0.17 0.72
HSL 169.57º 0.92% 0.15% -
HSV(B) 169.57º 0.96% 0.28% -
XYZ 3.17 4.98 5.07 -
YUV 50 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 3 72 60 0.96 0 0.17 0.72 169.57 0.92 0.15
Hex 3 48 3C 60 0 11 48 AA 5C F
Octal 3 110 74 140 0 21 110 252 134 17
Binary 11 1001000 111100 1100000 0 10001 1001000 10101010 1011100 1111

Color Harmonies of #03483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03483C

Black with #03483C

Text Example


Text Example

White with #03483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,72,60); }

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

background-color css

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

 a { background-color: rgb(3,72,60); }

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

border-color css

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

 span { border-color: rgb(3,72,60); }

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