#003438

Color #003438 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #003438

Tints of Cyprus #003438

Color information

#003438 (or 0x003438) is unknown color: approx Cyprus. HEX triplet: 00, 34 and 38. RGB value is (0,52,56). Sum of RGB (Red+Green+Blue) = 0+52+56=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #003438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003438 is #FFCBC7. Grayscale: #242424. Windows color (decimal): -16763848 or 3683328. OLE color: 3683328.

HSL color Cylindrical-coordinate representation of color #003438: hue angle of 184.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003438 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB05256-
CMYK10.0700.78
HSL184.29º100%10.98%-
HSV(B)184.29º100%21.96%-
XYZ1.942.744.17-
YUV36.91138.77101.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=0%
G=48.15%
B=51.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0525610.0700.78184.2910010.98
Hex0343864704Eb864b
Octal064701447011627014413
Binary01101001110001100100111010011101011100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003438; }

 p { color: rgb(0,52,56); }

 H1.HeaderClassName
 {
   color: #003438;
 }
 .AnyTagClassName
 {
   color: #003438;
 }
</style>
background-color css

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

 a { background-color: rgb(0,52,56); }

 div.DivClassName
 {
   background-color: #003438;
 }
 .BgClassName
 {
   background-color: #003438;
 }
</style>
border-color css

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

 span { border-color: rgb(0,52,56); }

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