Html Css Color HEX #03423F Cyprus

📋 copy color: '#03423F'

red 3 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #03423F

Tints of Cyprus #03423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

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

R = 2.27%
G = 50%
B = 47.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#03423F (or 0x03423F) is known color: Cyprus. HEX triplet: 03, 42 and 3F. RGB value is (3,66,63). Sum of RGB (Red+Green+Blue) = 3+66+63=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #03423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423F is #FCBDC0. Grayscale: #2E2E2E. Windows color (decimal): -16563649 or 4145667. OLE color: 4145667.

HSL color Cylindrical-coordinate representation of color #03423F: hue angle of 177.14º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03423F is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 63 -
CMYK 0.95 0 0.05 0.74
HSL 177.14º 0.91% 0.14% -
HSV(B) 177.14º 0.95% 0.26% -
XYZ 2.88 4.27 5.38 -
YUV 46.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 3 66 63 0.95 0 0.05 0.74 177.14 0.91 0.14
Hex 3 42 3F 5F 0 5 4A B1 5B E
Octal 3 102 77 137 0 5 112 261 133 16
Binary 11 1000010 111111 1011111 0 101 1001010 10110001 1011011 1110

Color Harmonies of #03423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03423F

Black with #03423F

Text Example


Text Example

White with #03423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,66,63); }

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

background-color css

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

 a { background-color: rgb(3,66,63); }

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

border-color css

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

 span { border-color: rgb(3,66,63); }

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