Html Css Color HEX #243BBE Persian Blue

📋 copy color: '#243BBE'

red 36 ◦ green 59 ◦ blue 190

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

Shades of Persian Blue #243BBE

Tints of Persian Blue #243BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 12.63%
G = 20.7%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#243BBE (or 0x243BBE) is known color: Persian Blue. HEX triplet: 24, 3B and BE. RGB value is (36,59,190). Sum of RGB (Red+Green+Blue) = 36+59+190=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #243BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BBE is #DBC441. Grayscale: #424242. Windows color (decimal): -14402626 or 12466980. OLE color: 12466980.

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

Color convert

RGB 36 59 190 -
CMYK 0.81 0.69 0 0.25
HSL 231.04º 0.68% 0.44% -
HSV(B) 231.04º 0.81% 0.75% -
XYZ 11.59 7.22 49.5 -
YUV 67.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 36 59 190 0.81 0.69 0 0.25 231.04 0.68 0.44
Hex 24 3B BE 51 45 0 19 E7 44 2C
Octal 44 73 276 121 105 0 31 347 104 54
Binary 100100 111011 10111110 1010001 1000101 0 11001 11100111 1000100 101100

Color Harmonies of #243BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BBE

Black with #243BBE

Text Example


Text Example

White with #243BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243BBE; }

 p { color: rgb(36,59,190); }

 H1.HeaderClassName
 {
   color: #243BBE;
 }
 .AnyTagClassName
 {
   color: #243BBE;
 }
</style>

background-color css

<style>
 a { background-color: #243BBE; }

 a { background-color: rgb(36,59,190); }

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

border-color css

<style>
 span { border-color: #243BBE; }

 span { border-color: rgb(36,59,190); }

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