Html Css Color HEX #242BAF Persian Blue

📋 copy color: '#242BAF'

red 36 ◦ green 43 ◦ blue 175

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

Shades of Persian Blue #242BAF

Tints of Persian Blue #242BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.93%

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

R = 14.17%
G = 16.93%
B = 68.9%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#242BAF (or 0x242BAF) is known color: Persian Blue. HEX triplet: 24, 2B and AF. RGB value is (36,43,175). Sum of RGB (Red+Green+Blue) = 36+43+175=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #242BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BAF is #DBD450. Grayscale: #373737. Windows color (decimal): -14406737 or 11479844. OLE color: 11479844.

HSL color Cylindrical-coordinate representation of color #242BAF: hue angle of 236.98º 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 #242BAF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 43 175 -
CMYK 0.79 0.75 0 0.31
HSL 236.98º 0.66% 0.41% -
HSV(B) 236.98º 0.79% 0.69% -
XYZ 9.33 5.2 41.07 -
YUV 55.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 36 43 175 0.79 0.75 0 0.31 236.98 0.66 0.41
Hex 24 2B AF 4F 4B 0 1F ED 42 29
Octal 44 53 257 117 113 0 37 355 102 51
Binary 100100 101011 10101111 1001111 1001011 0 11111 11101101 1000010 101001

Color Harmonies of #242BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242BAF

Black with #242BAF

Text Example


Text Example

White with #242BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242BAF; }

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

 H1.HeaderClassName
 {
   color: #242BAF;
 }
 .AnyTagClassName
 {
   color: #242BAF;
 }
</style>

background-color css

<style>
 a { background-color: #242BAF; }

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

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

border-color css

<style>
 span { border-color: #242BAF; }

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

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