Html Css Color HEX #023438 Cyprus

📋 copy color: '#023438'

red 2 ◦ green 52 ◦ blue 56

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

Shades of Cyprus #023438

Tints of Cyprus #023438

RGB

 RED value IS 2 (1.17% from 255) = 1.82%

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

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

R = 1.82%
G = 47.27%
B = 50.91%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023438 (or 0x023438) is known color: Cyprus. HEX triplet: 02, 34 and 38. RGB value is (2,52,56). Sum of RGB (Red+Green+Blue) = 2+52+56=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #023438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023438 is #FDCBC7. Grayscale: #252525. Windows color (decimal): -16632776 or 3683330. OLE color: 3683330.

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

Color convert

RGB 2 52 56 -
CMYK 0.96 0.07 0 0.78
HSL 184.44º 0.93% 0.11% -
HSV(B) 184.44º 0.96% 0.22% -
XYZ 1.97 2.75 4.17 -
YUV 37.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 2 52 56 0.96 0.07 0 0.78 184.44 0.93 0.11
Hex 2 34 38 60 7 0 4E B8 5D B
Octal 2 64 70 140 7 0 116 270 135 13
Binary 10 110100 111000 1100000 111 0 1001110 10111000 1011101 1011

Color Harmonies of #023438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023438

Black with #023438

Text Example


Text Example

White with #023438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023438; }

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

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

background-color css

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

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

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

border-color css

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

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

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