Html Css Color HEX #243CBC Persian Blue

📋 copy color: '#243CBC'

red 36 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #243CBC

Tints of Persian Blue #243CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 12.68%
G = 21.13%
B = 66.2%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#243CBC (or 0x243CBC) is known color: Persian Blue. HEX triplet: 24, 3C and BC. RGB value is (36,60,188). Sum of RGB (Red+Green+Blue) = 36+60+188=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #243CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CBC is #DBC343. Grayscale: #424242. Windows color (decimal): -14402372 or 12336164. OLE color: 12336164.

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

Color convert

RGB 36 60 188 -
CMYK 0.81 0.68 0 0.26
HSL 230.53º 0.68% 0.44% -
HSV(B) 230.53º 0.81% 0.74% -
XYZ 11.42 7.24 48.37 -
YUV 67.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 36 60 188 0.81 0.68 0 0.26 230.53 0.68 0.44
Hex 24 3C BC 51 44 0 1A E7 44 2C
Octal 44 74 274 121 104 0 32 347 104 54
Binary 100100 111100 10111100 1010001 1000100 0 11010 11100111 1000100 101100

Color Harmonies of #243CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243CBC

Black with #243CBC

Text Example


Text Example

White with #243CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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