Html Css Color HEX #24338D Resolution Blue

📋 copy color: '#24338D'

red 36 ◦ green 51 ◦ blue 141

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

Shades of Resolution Blue #24338D

Tints of Resolution Blue #24338D

RGB

 RED value IS 36 (14.45% from 255) = 15.79%

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 15.79%
G = 22.37%
B = 61.84%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24338D (or 0x24338D) is known color: Resolution Blue. HEX triplet: 24, 33 and 8D. RGB value is (36,51,141). Sum of RGB (Red+Green+Blue) = 36+51+141=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #24338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24338D is #DBCC72. Grayscale: #383838. Windows color (decimal): -14404723 or 9253668. OLE color: 9253668.

HSL color Cylindrical-coordinate representation of color #24338D: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24338D is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 51 141 -
CMYK 0.74 0.64 0 0.45
HSL 231.43º 0.59% 0.35% -
HSV(B) 231.43º 0.74% 0.55% -
XYZ 6.72 4.67 25.75 -
YUV 56.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 36 51 141 0.74 0.64 0 0.45 231.43 0.59 0.35
Hex 24 33 8D 4A 40 0 2D E7 3B 23
Octal 44 63 215 112 100 0 55 347 73 43
Binary 100100 110011 10001101 1001010 1000000 0 101101 11100111 111011 100011

Color Harmonies of #24338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24338D

Black with #24338D

Text Example


Text Example

White with #24338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24338D; }

 p { color: rgb(36,51,141); }

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

background-color css

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

 a { background-color: rgb(36,51,141); }

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

border-color css

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

 span { border-color: rgb(36,51,141); }

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