Html Css Color HEX #03423A Cyprus

📋 copy color: '#03423A'

red 3 ◦ green 66 ◦ blue 58

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

Shades of Cyprus #03423A

Tints of Cyprus #03423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.67%

R = 2.36%
G = 51.97%
B = 45.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#03423A (or 0x03423A) is known color: Cyprus. HEX triplet: 03, 42 and 3A. RGB value is (3,66,58). Sum of RGB (Red+Green+Blue) = 3+66+58=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #03423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423A is #FCBDC5. Grayscale: #2E2E2E. Windows color (decimal): -16563654 or 3817987. OLE color: 3817987.

HSL color Cylindrical-coordinate representation of color #03423A: hue angle of 172.38º 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 #03423A is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 58 -
CMYK 0.95 0 0.12 0.74
HSL 172.38º 0.91% 0.14% -
HSV(B) 172.38º 0.95% 0.26% -
XYZ 2.75 4.22 4.67 -
YUV 46.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 3 66 58 0.95 0 0.12 0.74 172.38 0.91 0.14
Hex 3 42 3A 5F 0 C 4A AC 5B E
Octal 3 102 72 137 0 14 112 254 133 16
Binary 11 1000010 111010 1011111 0 1100 1001010 10101100 1011011 1110

Color Harmonies of #03423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03423A

Black with #03423A

Text Example


Text Example

White with #03423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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