Html Css Color HEX #243DCE Persian Blue

📋 copy color: '#243DCE'

red 36 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #243DCE

Tints of Persian Blue #243DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 11.88%
G = 20.13%
B = 67.99%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#243DCE (or 0x243DCE) is known color: Persian Blue. HEX triplet: 24, 3D and CE. RGB value is (36,61,206). Sum of RGB (Red+Green+Blue) = 36+61+206=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #243DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243DCE is #DBC231. Grayscale: #454545. Windows color (decimal): -14402098 or 13516068. OLE color: 13516068.

HSL color Cylindrical-coordinate representation of color #243DCE: hue angle of 231.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #243DCE is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 61 206 -
CMYK 0.83 0.70 0 0.19
HSL 231.18º 0.7% 0.47% -
HSV(B) 231.18º 0.83% 0.81% -
XYZ 13.54 8.17 59.26 -
YUV 70.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 36 61 206 0.83 0.70 0 0.19 231.18 0.7 0.47
Hex 24 3D CE 53 46 0 13 E7 46 2F
Octal 44 75 316 123 106 0 23 347 106 57
Binary 100100 111101 11001110 1010011 1000110 0 10011 11100111 1000110 101111

Color Harmonies of #243DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243DCE

Black with #243DCE

Text Example


Text Example

White with #243DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,61,206); }

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

background-color css

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

 a { background-color: rgb(36,61,206); }

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

border-color css

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

 span { border-color: rgb(36,61,206); }

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