Html Css Color HEX #243FBC Persian Blue

📋 copy color: '#243FBC'

red 36 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #243FBC

Tints of Persian Blue #243FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 12.54%
G = 21.95%
B = 65.51%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#243FBC (or 0x243FBC) is known color: Persian Blue. HEX triplet: 24, 3F and BC. RGB value is (36,63,188). Sum of RGB (Red+Green+Blue) = 36+63+188=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #243FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243FBC is #DBC043. Grayscale: #444444. Windows color (decimal): -14401604 or 12336932. OLE color: 12336932.

HSL color Cylindrical-coordinate representation of color #243FBC: hue angle of 229.34º 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 #243FBC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 63 188 -
CMYK 0.81 0.66 0 0.26
HSL 229.34º 0.68% 0.44% -
HSV(B) 229.34º 0.81% 0.74% -
XYZ 11.58 7.56 48.43 -
YUV 69.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 36 63 188 0.81 0.66 0 0.26 229.34 0.68 0.44
Hex 24 3F BC 51 42 0 1A E5 44 2C
Octal 44 77 274 121 102 0 32 345 104 54
Binary 100100 111111 10111100 1010001 1000010 0 11010 11100101 1000100 101100

Color Harmonies of #243FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243FBC

Black with #243FBC

Text Example


Text Example

White with #243FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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