Html Css Color HEX #2434C0 Persian Blue

📋 copy color: '#2434C0'

red 36 ◦ green 52 ◦ blue 192

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

Shades of Persian Blue #2434C0

Tints of Persian Blue #2434C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 192 (75.39% from 255) = 68.57%

R = 12.86%
G = 18.57%
B = 68.57%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2434C0 (or 0x2434C0) is known color: Persian Blue. HEX triplet: 24, 34 and C0. RGB value is (36,52,192). Sum of RGB (Red+Green+Blue) = 36+52+192=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #2434C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2434C0 is #DBCB3F. Grayscale: #3E3E3E. Windows color (decimal): -14404416 or 12596260. OLE color: 12596260.

HSL color Cylindrical-coordinate representation of color #2434C0: hue angle of 233.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2434C0 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 52 192 -
CMYK 0.81 0.73 0 0.25
HSL 233.85º 0.68% 0.45% -
HSV(B) 233.85º 0.81% 0.75% -
XYZ 11.47 6.64 50.55 -
YUV 63.18 200.7 108.62 -
System Red Green Blue C M Y K H S L
Decimal 36 52 192 0.81 0.73 0 0.25 233.85 0.68 0.45
Hex 24 34 C0 51 49 0 19 EA 44 2D
Octal 44 64 300 121 111 0 31 352 104 55
Binary 100100 110100 11000000 1010001 1001001 0 11001 11101010 1000100 101101

Color Harmonies of #2434C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2434C0

Black with #2434C0

Text Example


Text Example

White with #2434C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2434C0; }

 p { color: rgb(36,52,192); }

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

background-color css

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

 a { background-color: rgb(36,52,192); }

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

border-color css

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

 span { border-color: rgb(36,52,192); }

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