Html Css Color HEX #035248 Cyprus

📋 copy color: '#035248'

red 3 ◦ green 82 ◦ blue 72

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

Shades of Cyprus #035248

Tints of Cyprus #035248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.23%

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 1.91%
G = 52.23%
B = 45.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#035248 (or 0x035248) is known color: Cyprus. HEX triplet: 03, 52 and 48. RGB value is (3,82,72). Sum of RGB (Red+Green+Blue) = 3+82+72=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #035248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035248 is #FCADB7. Grayscale: #393939. Windows color (decimal): -16559544 or 4739587. OLE color: 4739587.

HSL color Cylindrical-coordinate representation of color #035248: hue angle of 172.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035248 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 82 72 -
CMYK 0.96 0 0.12 0.68
HSL 172.41º 0.93% 0.17% -
HSV(B) 172.41º 0.96% 0.32% -
XYZ 4.22 6.52 7.17 -
YUV 57.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 3 82 72 0.96 0 0.12 0.68 172.41 0.93 0.17
Hex 3 52 48 60 0 C 44 AC 5D 11
Octal 3 122 110 140 0 14 104 254 135 21
Binary 11 1010010 1001000 1100000 0 1100 1000100 10101100 1011101 10001

Color Harmonies of #035248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035248

Black with #035248

Text Example


Text Example

White with #035248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035248; }

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

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

background-color css

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

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

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

border-color css

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

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

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