Html Css Color HEX #03363C Cyprus

📋 copy color: '#03363C'

red 3 ◦ green 54 ◦ blue 60

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

Shades of Cyprus #03363C

Tints of Cyprus #03363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 2.56%
G = 46.15%
B = 51.28%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03363C (or 0x03363C) is known color: Cyprus. HEX triplet: 03, 36 and 3C. RGB value is (3,54,60). Sum of RGB (Red+Green+Blue) = 3+54+60=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #03363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03363C is #FCC9C3. Grayscale: #272727. Windows color (decimal): -16566724 or 3945987. OLE color: 3945987.

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

Color convert

RGB 3 54 60 -
CMYK 0.95 0.10 0 0.76
HSL 186.32º 0.9% 0.12% -
HSV(B) 186.32º 0.95% 0.24% -
XYZ 2.17 2.98 4.74 -
YUV 39.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 3 54 60 0.95 0.10 0 0.76 186.32 0.9 0.12
Hex 3 36 3C 5F A 0 4C BA 5A C
Octal 3 66 74 137 12 0 114 272 132 14
Binary 11 110110 111100 1011111 1010 0 1001100 10111010 1011010 1100

Color Harmonies of #03363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03363C

Black with #03363C

Text Example


Text Example

White with #03363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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