Html Css Color HEX #023038 Nordic

📋 copy color: '#023038'

red 2 ◦ green 48 ◦ blue 56

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

Shades of Nordic #023038

Tints of Nordic #023038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

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

R = 1.89%
G = 45.28%
B = 52.83%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#023038 (or 0x023038) is known color: Nordic. HEX triplet: 02, 30 and 38. RGB value is (2,48,56). Sum of RGB (Red+Green+Blue) = 2+48+56=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #023038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023038 is #FDCFC7. Grayscale: #232323. Windows color (decimal): -16633800 or 3682306. OLE color: 3682306.

HSL color Cylindrical-coordinate representation of color #023038: hue angle of 188.89º 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 #023038 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 48 56 -
CMYK 0.96 0.14 0 0.78
HSL 188.89º 0.93% 0.11% -
HSV(B) 188.89º 0.96% 0.22% -
XYZ 1.8 2.41 4.11 -
YUV 35.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 2 48 56 0.96 0.14 0 0.78 188.89 0.93 0.11
Hex 2 30 38 60 E 0 4E BD 5D B
Octal 2 60 70 140 16 0 116 275 135 13
Binary 10 110000 111000 1100000 1110 0 1001110 10111101 1011101 1011

Color Harmonies of #023038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023038

Black with #023038

Text Example


Text Example

White with #023038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023038; }

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

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

background-color css

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

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

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

border-color css

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

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

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