Html Css Color HEX #24338A Resolution Blue

📋 copy color: '#24338A'

red 36 ◦ green 51 ◦ blue 138

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

Shades of Resolution Blue #24338A

Tints of Resolution Blue #24338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 16%
G = 22.67%
B = 61.33%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24338A (or 0x24338A) is known color: Resolution Blue. HEX triplet: 24, 33 and 8A. RGB value is (36,51,138). Sum of RGB (Red+Green+Blue) = 36+51+138=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #24338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24338A is #DBCC75. Grayscale: #383838. Windows color (decimal): -14404726 or 9057060. OLE color: 9057060.

HSL color Cylindrical-coordinate representation of color #24338A: hue angle of 231.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24338A is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 51 138 -
CMYK 0.74 0.63 0 0.46
HSL 231.18º 0.59% 0.34% -
HSV(B) 231.18º 0.74% 0.54% -
XYZ 6.5 4.58 24.59 -
YUV 56.43 174.03 113.43 -
System Red Green Blue C M Y K H S L
Decimal 36 51 138 0.74 0.63 0 0.46 231.18 0.59 0.34
Hex 24 33 8A 4A 3F 0 2E E7 3B 22
Octal 44 63 212 112 77 0 56 347 73 42
Binary 100100 110011 10001010 1001010 111111 0 101110 11100111 111011 100010

Color Harmonies of #24338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24338A

Black with #24338A

Text Example


Text Example

White with #24338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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