Html Css Color HEX #243FAF Persian Blue

📋 copy color: '#243FAF'

red 36 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #243FAF

Tints of Persian Blue #243FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 13.14%
G = 22.99%
B = 63.87%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#243FAF (or 0x243FAF) is known color: Persian Blue. HEX triplet: 24, 3F and AF. RGB value is (36,63,175). Sum of RGB (Red+Green+Blue) = 36+63+175=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #243FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FAF is #DBC050. Grayscale: #434343. Windows color (decimal): -14401617 or 11484964. OLE color: 11484964.

HSL color Cylindrical-coordinate representation of color #243FAF: hue angle of 228.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #243FAF is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 63 175 -
CMYK 0.79 0.64 0 0.31
HSL 228.35º 0.66% 0.41% -
HSV(B) 228.35º 0.79% 0.69% -
XYZ 10.24 7.03 41.37 -
YUV 67.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 36 63 175 0.79 0.64 0 0.31 228.35 0.66 0.41
Hex 24 3F AF 4F 40 0 1F E4 42 29
Octal 44 77 257 117 100 0 37 344 102 51
Binary 100100 111111 10101111 1001111 1000000 0 11111 11100100 1000010 101001

Color Harmonies of #243FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243FAF

Black with #243FAF

Text Example


Text Example

White with #243FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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