Html Css Color HEX #003438 Cyprus

📋 copy color: '#003438'

red 0 ◦ green 52 ◦ blue 56

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

Shades of Cyprus #003438

Tints of Cyprus #003438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 0%
G = 48.15%
B = 51.85%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003438 (or 0x003438) is known color: 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

RGB 0 52 56 -
CMYK 1 0.07 0 0.78
HSL 184.29º 1% 0.11% -
HSV(B) 184.29º 1% 0.22% -
XYZ 1.94 2.74 4.17 -
YUV 36.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 0 52 56 1 0.07 0 0.78 184.29 1 0.11
Hex 0 34 38 64 7 0 4E B8 64 B
Octal 0 64 70 144 7 0 116 270 144 13
Binary 0 110100 111000 1100100 111 0 1001110 10111000 1100100 1011

Color Harmonies of #003438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003438

Black with #003438

Text Example


Text Example

White with #003438

Text Example


Text Example

HTML Codes & Css Web 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>