Html Css Color HEX #03353E Cyprus

📋 copy color: '#03353E'

red 3 ◦ green 53 ◦ blue 62

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

Shades of Cyprus #03353E

Tints of Cyprus #03353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 2.54%
G = 44.92%
B = 52.54%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03353E (or 0x03353E) is known color: Cyprus. HEX triplet: 03, 35 and 3E. RGB value is (3,53,62). Sum of RGB (Red+Green+Blue) = 3+53+62=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #03353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353E is #FCCAC1. Grayscale: #262626. Windows color (decimal): -16566978 or 4076803. OLE color: 4076803.

HSL color Cylindrical-coordinate representation of color #03353E: hue angle of 189.15º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03353E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 53 62 -
CMYK 0.95 0.15 0 0.76
HSL 189.15º 0.91% 0.13% -
HSV(B) 189.15º 0.95% 0.24% -
XYZ 2.18 2.91 5 -
YUV 39.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 3 53 62 0.95 0.15 0 0.76 189.15 0.91 0.13
Hex 3 35 3E 5F F 0 4C BD 5B D
Octal 3 65 76 137 17 0 114 275 133 15
Binary 11 110101 111110 1011111 1111 0 1001100 10111101 1011011 1101

Color Harmonies of #03353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03353E

Black with #03353E

Text Example


Text Example

White with #03353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03353E; }

 p { color: rgb(3,53,62); }

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

background-color css

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

 a { background-color: rgb(3,53,62); }

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

border-color css

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

 span { border-color: rgb(3,53,62); }

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