Html Css Color HEX #253E43 Nordic

📋 copy color: '#253E43'

red 37 ◦ green 62 ◦ blue 67

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

Shades of Nordic #253E43

Tints of Nordic #253E43

RGB

 RED value IS 37 (14.84% from 255) = 22.29%

 GREEN value IS 62 (24.61% from 255) = 37.35%

 BLUE value IS 67 (26.56% from 255) = 40.36%

R = 22.29%
G = 37.35%
B = 40.36%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253E43 (or 0x253E43) is known color: Nordic. HEX triplet: 25, 3E and 43. RGB value is (37,62,67). Sum of RGB (Red+Green+Blue) = 37+62+67=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 67 - color contains mainly: blue. Hex color #253E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E43 is #DAC1BC. Grayscale: #373737. Windows color (decimal): -14336445 or 4406821. OLE color: 4406821.

HSL color Cylindrical-coordinate representation of color #253E43: hue angle of 190º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #253E43 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 62 67 -
CMYK 0.45 0.07 0 0.74
HSL 190º 0.29% 0.2% -
HSV(B) 190º 0.45% 0.26% -
XYZ 3.5 4.24 5.94 -
YUV 55.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 37 62 67 0.45 0.07 0 0.74 190 0.29 0.2
Hex 25 3E 43 2D 7 0 4A BE 1D 14
Octal 45 76 103 55 7 0 112 276 35 24
Binary 100101 111110 1000011 101101 111 0 1001010 10111110 11101 10100

Color Harmonies of #253E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E43

Black with #253E43

Text Example


Text Example

White with #253E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253E43; }

 p { color: rgb(37,62,67); }

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

background-color css

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

 a { background-color: rgb(37,62,67); }

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

border-color css

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

 span { border-color: rgb(37,62,67); }

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