Html Css Color HEX #03443A Cyprus

📋 copy color: '#03443A'

red 3 ◦ green 68 ◦ blue 58

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

Shades of Cyprus #03443A

Tints of Cyprus #03443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.71%

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

R = 2.33%
G = 52.71%
B = 44.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#03443A (or 0x03443A) is known color: Cyprus. HEX triplet: 03, 44 and 3A. RGB value is (3,68,58). Sum of RGB (Red+Green+Blue) = 3+68+58=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #03443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03443A is #FCBBC5. Grayscale: #2F2F2F. Windows color (decimal): -16563142 or 3818499. OLE color: 3818499.

HSL color Cylindrical-coordinate representation of color #03443A: hue angle of 170.77º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03443A is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 68 58 -
CMYK 0.96 0 0.15 0.73
HSL 170.77º 0.92% 0.14% -
HSV(B) 170.77º 0.96% 0.27% -
XYZ 2.87 4.46 4.71 -
YUV 47.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 3 68 58 0.96 0 0.15 0.73 170.77 0.92 0.14
Hex 3 44 3A 60 0 F 49 AB 5C E
Octal 3 104 72 140 0 17 111 253 134 16
Binary 11 1000100 111010 1100000 0 1111 1001001 10101011 1011100 1110

Color Harmonies of #03443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03443A

Black with #03443A

Text Example


Text Example

White with #03443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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