Html Css Color HEX #02303D Nordic

📋 copy color: '#02303D'

red 2 ◦ green 48 ◦ blue 61

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

Shades of Nordic #02303D

Tints of Nordic #02303D

RGB

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

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

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

R = 1.8%
G = 43.24%
B = 54.95%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02303D (or 0x02303D) is known color: Nordic. HEX triplet: 02, 30 and 3D. RGB value is (2,48,61). Sum of RGB (Red+Green+Blue) = 2+48+61=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #02303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303D is #FDCFC2. Grayscale: #232323. Windows color (decimal): -16633795 or 4009986. OLE color: 4009986.

HSL color Cylindrical-coordinate representation of color #02303D: hue angle of 193.22º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02303D is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 48 61 -
CMYK 0.97 0.21 0 0.76
HSL 193.22º 0.94% 0.12% -
HSV(B) 193.22º 0.97% 0.24% -
XYZ 1.92 2.46 4.79 -
YUV 35.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 2 48 61 0.97 0.21 0 0.76 193.22 0.94 0.12
Hex 2 30 3D 61 15 0 4C C1 5E C
Octal 2 60 75 141 25 0 114 301 136 14
Binary 10 110000 111101 1100001 10101 0 1001100 11000001 1011110 1100

Color Harmonies of #02303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02303D

Black with #02303D

Text Example


Text Example

White with #02303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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