Html Css Color HEX #03423C Cyprus

📋 copy color: '#03423C'

red 3 ◦ green 66 ◦ blue 60

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

Shades of Cyprus #03423C

Tints of Cyprus #03423C

RGB

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

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

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

R = 2.33%
G = 51.16%
B = 46.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#03423C (or 0x03423C) is known color: Cyprus. HEX triplet: 03, 42 and 3C. RGB value is (3,66,60). Sum of RGB (Red+Green+Blue) = 3+66+60=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #03423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03423C is #FCBDC3. Grayscale: #2E2E2E. Windows color (decimal): -16563652 or 3949059. OLE color: 3949059.

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

Color convert

RGB 3 66 60 -
CMYK 0.95 0 0.09 0.74
HSL 174.29º 0.91% 0.14% -
HSV(B) 174.29º 0.95% 0.26% -
XYZ 2.8 4.24 4.95 -
YUV 46.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 3 66 60 0.95 0 0.09 0.74 174.29 0.91 0.14
Hex 3 42 3C 5F 0 9 4A AE 5B E
Octal 3 102 74 137 0 11 112 256 133 16
Binary 11 1000010 111100 1011111 0 1001 1001010 10101110 1011011 1110

Color Harmonies of #03423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03423C

Black with #03423C

Text Example


Text Example

White with #03423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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