Html Css Color HEX #253F43 Nordic

📋 copy color: '#253F43'

red 37 ◦ green 63 ◦ blue 67

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

Shades of Nordic #253F43

Tints of Nordic #253F43

RGB

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

 GREEN value IS 63 (25% from 255) = 37.72%

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

R = 22.16%
G = 37.72%
B = 40.12%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#253F43 (or 0x253F43) is known color: Nordic. HEX triplet: 25, 3F and 43. RGB value is (37,63,67). Sum of RGB (Red+Green+Blue) = 37+63+67=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 67 - color contains mainly: blue. Hex color #253F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F43 is #DAC0BC. Grayscale: #373737. Windows color (decimal): -14336189 or 4407077. OLE color: 4407077.

HSL color Cylindrical-coordinate representation of color #253F43: hue angle of 188º 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 #253F43 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 63 67 -
CMYK 0.45 0.06 0 0.74
HSL 188º 0.29% 0.2% -
HSV(B) 188º 0.45% 0.26% -
XYZ 3.55 4.35 5.96 -
YUV 55.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 37 63 67 0.45 0.06 0 0.74 188 0.29 0.2
Hex 25 3F 43 2D 6 0 4A BC 1D 14
Octal 45 77 103 55 6 0 112 274 35 24
Binary 100101 111111 1000011 101101 110 0 1001010 10111100 11101 10100

Color Harmonies of #253F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F43

Black with #253F43

Text Example


Text Example

White with #253F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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