Html Css Color HEX #263DB8 Persian Blue

📋 copy color: '#263DB8'

red 38 ◦ green 61 ◦ blue 184

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

Shades of Persian Blue #263DB8

Tints of Persian Blue #263DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 65.02%

R = 13.43%
G = 21.55%
B = 65.02%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#263DB8 (or 0x263DB8) is known color: Persian Blue. HEX triplet: 26, 3D and B8. RGB value is (38,61,184). Sum of RGB (Red+Green+Blue) = 38+61+184=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 184 (72.27% from 255 or 65.02% from 283); Max value from RGB is 184 - color contains mainly: blue. Hex color #263DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DB8 is #D9C247. Grayscale: #434343. Windows color (decimal): -14271048 or 12074278. OLE color: 12074278.

HSL color Cylindrical-coordinate representation of color #263DB8: hue angle of 230.55º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263DB8 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 38 61 184 -
CMYK 0.79 0.67 0 0.28
HSL 230.55º 0.66% 0.44% -
HSV(B) 230.55º 0.79% 0.72% -
XYZ 11.12 7.21 46.15 -
YUV 68.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 38 61 184 0.79 0.67 0 0.28 230.55 0.66 0.44
Hex 26 3D B8 4F 43 0 1C E7 42 2C
Octal 46 75 270 117 103 0 34 347 102 54
Binary 100110 111101 10111000 1001111 1000011 0 11100 11100111 1000010 101100

Color Harmonies of #263DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263DB8

Black with #263DB8

Text Example


Text Example

White with #263DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263DB8; }

 p { color: rgb(38,61,184); }

 H1.HeaderClassName
 {
   color: #263DB8;
 }
 .AnyTagClassName
 {
   color: #263DB8;
 }
</style>

background-color css

<style>
 a { background-color: #263DB8; }

 a { background-color: rgb(38,61,184); }

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

border-color css

<style>
 span { border-color: #263DB8; }

 span { border-color: rgb(38,61,184); }

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