Html Css Color HEX #033038 Nordic

📋 copy color: '#033038'

red 3 ◦ green 48 ◦ blue 56

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

Shades of Nordic #033038

Tints of Nordic #033038

RGB

 RED value IS 3 (1.56% from 255) = 2.8%

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

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

R = 2.8%
G = 44.86%
B = 52.34%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033038 (or 0x033038) is known color: Nordic. HEX triplet: 03, 30 and 38. RGB value is (3,48,56). Sum of RGB (Red+Green+Blue) = 3+48+56=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #033038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033038 is #FCCFC7. Grayscale: #232323. Windows color (decimal): -16568264 or 3682307. OLE color: 3682307.

HSL color Cylindrical-coordinate representation of color #033038: hue angle of 189.06º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033038 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 48 56 -
CMYK 0.95 0.14 0 0.78
HSL 189.06º 0.9% 0.12% -
HSV(B) 189.06º 0.95% 0.22% -
XYZ 1.81 2.42 4.11 -
YUV 35.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 3 48 56 0.95 0.14 0 0.78 189.06 0.9 0.12
Hex 3 30 38 5F E 0 4E BD 5A C
Octal 3 60 70 137 16 0 116 275 132 14
Binary 11 110000 111000 1011111 1110 0 1001110 10111101 1011010 1100

Color Harmonies of #033038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033038

Black with #033038

Text Example


Text Example

White with #033038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033038; }

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

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

background-color css

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

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

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

border-color css

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

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

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