Html Css Color HEX #03353B Cyprus

📋 copy color: '#03353B'

red 3 ◦ green 53 ◦ blue 59

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

Shades of Cyprus #03353B

Tints of Cyprus #03353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 51.3%

R = 2.61%
G = 46.09%
B = 51.3%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03353B (or 0x03353B) is known color: Cyprus. HEX triplet: 03, 35 and 3B. RGB value is (3,53,59). Sum of RGB (Red+Green+Blue) = 3+53+59=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #03353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03353B is #FCCAC4. Grayscale: #262626. Windows color (decimal): -16566981 or 3880195. OLE color: 3880195.

HSL color Cylindrical-coordinate representation of color #03353B: hue angle of 186.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03353B is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 53 59 -
CMYK 0.95 0.10 0 0.77
HSL 186.43º 0.9% 0.12% -
HSV(B) 186.43º 0.95% 0.23% -
XYZ 2.1 2.88 4.58 -
YUV 38.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 3 53 59 0.95 0.10 0 0.77 186.43 0.9 0.12
Hex 3 35 3B 5F A 0 4D BA 5A C
Octal 3 65 73 137 12 0 115 272 132 14
Binary 11 110101 111011 1011111 1010 0 1001101 10111010 1011010 1100

Color Harmonies of #03353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03353B

Black with #03353B

Text Example


Text Example

White with #03353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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