#02303A

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

Shades of Nordic #02303A

Tints of Nordic #02303A

Color information

#02303A (or 0x02303A) is unknown color: approx Nordic. HEX triplet: 02, 30 and 3A. RGB value is (2,48,58). Sum of RGB (Red+Green+Blue) = 2+48+58=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #02303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02303A is #FDCFC5. Grayscale: #232323. Windows color (decimal): -16633798 or 3813378. OLE color: 3813378.

HSL color Cylindrical-coordinate representation of color #02303A: hue angle of 190.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02303A is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24858-
CMYK0.970.1700.77
HSL190.71º93.33%11.76%-
HSV(B)190.71º96.55%22.75%-
XYZ1.852.434.38-
YUV35.39140.76104.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=1.85%
G=44.44%
B=53.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal248580.970.1700.77190.7193.3311.76
Hex2303A611104Dbf5dc
Octal2607214121011527713514
Binary10110000111010110000110001010011011011111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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