Html Css Color HEX #262ABB Persian Blue

📋 copy color: '#262ABB'

red 38 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #262ABB

Tints of Persian Blue #262ABB

RGB

 RED value IS 38 (15.23% from 255) = 14.23%

 GREEN value IS 42 (16.8% from 255) = 15.73%

 BLUE value IS 187 (73.44% from 255) = 70.04%

R = 14.23%
G = 15.73%
B = 70.04%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#262ABB (or 0x262ABB) is known color: Persian Blue. HEX triplet: 26, 2A and BB. RGB value is (38,42,187). Sum of RGB (Red+Green+Blue) = 38+42+187=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #262ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ABB is #D9D544. Grayscale: #383838. Windows color (decimal): -14275909 or 12266022. OLE color: 12266022.

HSL color Cylindrical-coordinate representation of color #262ABB: hue angle of 238.39º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262ABB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 42 187 -
CMYK 0.80 0.78 0 0.27
HSL 238.39º 0.66% 0.44% -
HSV(B) 238.39º 0.8% 0.73% -
XYZ 10.6 5.66 47.55 -
YUV 57.33 201.17 114.21 -
System Red Green Blue C M Y K H S L
Decimal 38 42 187 0.80 0.78 0 0.27 238.39 0.66 0.44
Hex 26 2A BB 50 4E 0 1B EE 42 2C
Octal 46 52 273 120 116 0 33 356 102 54
Binary 100110 101010 10111011 1010000 1001110 0 11011 11101110 1000010 101100

Color Harmonies of #262ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262ABB

Black with #262ABB

Text Example


Text Example

White with #262ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262ABB; }

 p { color: rgb(38,42,187); }

 H1.HeaderClassName
 {
   color: #262ABB;
 }
 .AnyTagClassName
 {
   color: #262ABB;
 }
</style>

background-color css

<style>
 a { background-color: #262ABB; }

 a { background-color: rgb(38,42,187); }

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

border-color css

<style>
 span { border-color: #262ABB; }

 span { border-color: rgb(38,42,187); }

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