Html Css Color HEX #00303E Nordic

📋 copy color: '#00303E'

red 0 ◦ green 48 ◦ blue 62

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

Shades of Nordic #00303E

Tints of Nordic #00303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 56.36%

R = 0%
G = 43.64%
B = 56.36%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00303E (or 0x00303E) is known color: Nordic. HEX triplet: 00, 30 and 3E. RGB value is (0,48,62). Sum of RGB (Red+Green+Blue) = 0+48+62=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 62 (24.61% from 255 or 56.36% from 110); Max value from RGB is 62 - color contains mainly: blue. Hex color #00303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00303E is #FFCFC1. Grayscale: #232323. Windows color (decimal): -16764866 or 4075520. OLE color: 4075520.

HSL color Cylindrical-coordinate representation of color #00303E: hue angle of 193.55º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00303E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 48 62 -
CMYK 1 0.23 0 0.76
HSL 193.55º 1% 0.12% -
HSV(B) 193.55º 1% 0.24% -
XYZ 1.93 2.46 4.93 -
YUV 35.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 0 48 62 1 0.23 0 0.76 193.55 1 0.12
Hex 0 30 3E 64 17 0 4C C2 64 C
Octal 0 60 76 144 27 0 114 302 144 14
Binary 0 110000 111110 1100100 10111 0 1001100 11000010 1100100 1100

Color Harmonies of #00303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00303E

Black with #00303E

Text Example


Text Example

White with #00303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00303E; }

 p { color: rgb(0,48,62); }

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

background-color css

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

 a { background-color: rgb(0,48,62); }

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

border-color css

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

 span { border-color: rgb(0,48,62); }

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