Html Css Color HEX #263A62 Catalina Blue

📋 copy color: '#263A62'

red 38 ◦ green 58 ◦ blue 98

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

Shades of Catalina Blue #263A62

Tints of Catalina Blue #263A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 19.59%
G = 29.9%
B = 50.52%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263A62 (or 0x263A62) is known color: Catalina Blue. HEX triplet: 26, 3A and 62. RGB value is (38,58,98). Sum of RGB (Red+Green+Blue) = 38+58+98=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #263A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A62 is #D9C59D. Grayscale: #383838. Windows color (decimal): -14271902 or 6437414. OLE color: 6437414.

HSL color Cylindrical-coordinate representation of color #263A62: hue angle of 220º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263A62 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 58 98 -
CMYK 0.61 0.41 0 0.62
HSL 220º 0.44% 0.27% -
HSV(B) 220º 0.61% 0.38% -
XYZ 4.52 4.32 12.15 -
YUV 56.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 38 58 98 0.61 0.41 0 0.62 220 0.44 0.27
Hex 26 3A 62 3D 29 0 3E DC 2C 1B
Octal 46 72 142 75 51 0 76 334 54 33
Binary 100110 111010 1100010 111101 101001 0 111110 11011100 101100 11011

Color Harmonies of #263A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A62

Black with #263A62

Text Example


Text Example

White with #263A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,58,98); }

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

background-color css

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

 a { background-color: rgb(38,58,98); }

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

border-color css

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

 span { border-color: rgb(38,58,98); }

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