Html Css Color HEX #243BBC Persian Blue

📋 copy color: '#243BBC'

red 36 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #243BBC

Tints of Persian Blue #243BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 12.72%
G = 20.85%
B = 66.43%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#243BBC (or 0x243BBC) is known color: Persian Blue. HEX triplet: 24, 3B and BC. RGB value is (36,59,188). Sum of RGB (Red+Green+Blue) = 36+59+188=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #243BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BBC is #DBC443. Grayscale: #424242. Windows color (decimal): -14402628 or 12335908. OLE color: 12335908.

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

Color convert

RGB 36 59 188 -
CMYK 0.81 0.69 0 0.26
HSL 230.92º 0.68% 0.44% -
HSV(B) 230.92º 0.81% 0.74% -
XYZ 11.37 7.13 48.35 -
YUV 66.83 196.38 106.01 -
System Red Green Blue C M Y K H S L
Decimal 36 59 188 0.81 0.69 0 0.26 230.92 0.68 0.44
Hex 24 3B BC 51 45 0 1A E7 44 2C
Octal 44 73 274 121 105 0 32 347 104 54
Binary 100100 111011 10111100 1010001 1000101 0 11010 11100111 1000100 101100

Color Harmonies of #243BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243BBC

Black with #243BBC

Text Example


Text Example

White with #243BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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