Html Css Color HEX #003A3D Cyprus

📋 copy color: '#003A3D'

red 0 ◦ green 58 ◦ blue 61

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

Shades of Cyprus #003A3D

Tints of Cyprus #003A3D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 48.74%

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 0%
G = 48.74%
B = 51.26%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#003A3D (or 0x003A3D) is known color: Cyprus. HEX triplet: 00, 3A and 3D. RGB value is (0,58,61). Sum of RGB (Red+Green+Blue) = 0+58+61=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #003A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A3D is #FFC5C2. Grayscale: #282828. Windows color (decimal): -16762307 or 4012544. OLE color: 4012544.

HSL color Cylindrical-coordinate representation of color #003A3D: hue angle of 182.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A3D is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 58 61 -
CMYK 1 0.05 0 0.76
HSL 182.95º 1% 0.12% -
HSV(B) 182.95º 1% 0.24% -
XYZ 2.36 3.36 4.94 -
YUV 41 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 0 58 61 1 0.05 0 0.76 182.95 1 0.12
Hex 0 3A 3D 64 5 0 4C B7 64 C
Octal 0 72 75 144 5 0 114 267 144 14
Binary 0 111010 111101 1100100 101 0 1001100 10110111 1100100 1100

Color Harmonies of #003A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A3D

Black with #003A3D

Text Example


Text Example

White with #003A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A3D; }

 p { color: rgb(0,58,61); }

 H1.HeaderClassName
 {
   color: #003A3D;
 }
 .AnyTagClassName
 {
   color: #003A3D;
 }
</style>

background-color css

<style>
 a { background-color: #003A3D; }

 a { background-color: rgb(0,58,61); }

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

border-color css

<style>
 span { border-color: #003A3D; }

 span { border-color: rgb(0,58,61); }

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