Html Css Color HEX #274063 Catalina Blue

📋 copy color: '#274063'

red 39 ◦ green 64 ◦ blue 99

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

Shades of Catalina Blue #274063

Tints of Catalina Blue #274063

RGB

 RED value IS 39 (15.63% from 255) = 19.31%

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 19.31%
G = 31.68%
B = 49.01%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#274063 (or 0x274063) is known color: Catalina Blue. HEX triplet: 27, 40 and 63. RGB value is (39,64,99). Sum of RGB (Red+Green+Blue) = 39+64+99=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #274063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274063 is #D8BF9C. Grayscale: #3C3C3C. Windows color (decimal): -14204829 or 6504487. OLE color: 6504487.

HSL color Cylindrical-coordinate representation of color #274063: hue angle of 215º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274063 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 64 99 -
CMYK 0.61 0.35 0 0.61
HSL 215º 0.43% 0.27% -
HSV(B) 215º 0.61% 0.39% -
XYZ 4.92 5 12.51 -
YUV 60.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 39 64 99 0.61 0.35 0 0.61 215 0.43 0.27
Hex 27 40 63 3D 23 0 3D D7 2B 1B
Octal 47 100 143 75 43 0 75 327 53 33
Binary 100111 1000000 1100011 111101 100011 0 111101 11010111 101011 11011

Color Harmonies of #274063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274063

Black with #274063

Text Example


Text Example

White with #274063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274063; }

 p { color: rgb(39,64,99); }

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

background-color css

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

 a { background-color: rgb(39,64,99); }

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

border-color css

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

 span { border-color: rgb(39,64,99); }

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