Html Css Color HEX #274261 Catalina Blue

📋 copy color: '#274261'

red 39 ◦ green 66 ◦ blue 97

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

Shades of Catalina Blue #274261

Tints of Catalina Blue #274261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 19.31%
G = 32.67%
B = 48.02%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274261 (or 0x274261) is known color: Catalina Blue. HEX triplet: 27, 42 and 61. RGB value is (39,66,97). Sum of RGB (Red+Green+Blue) = 39+66+97=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #274261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274261 is #D8BD9E. Grayscale: #3D3D3D. Windows color (decimal): -14204319 or 6373927. OLE color: 6373927.

HSL color Cylindrical-coordinate representation of color #274261: hue angle of 212.07º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #274261 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 66 97 -
CMYK 0.60 0.32 0 0.62
HSL 212.07º 0.43% 0.27% -
HSV(B) 212.07º 0.6% 0.38% -
XYZ 4.94 5.19 12.05 -
YUV 61.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 39 66 97 0.60 0.32 0 0.62 212.07 0.43 0.27
Hex 27 42 61 3C 20 0 3E D4 2B 1B
Octal 47 102 141 74 40 0 76 324 53 33
Binary 100111 1000010 1100001 111100 100000 0 111110 11010100 101011 11011

Color Harmonies of #274261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274261

Black with #274261

Text Example


Text Example

White with #274261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274261; }

 p { color: rgb(39,66,97); }

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

background-color css

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

 a { background-color: rgb(39,66,97); }

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

border-color css

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

 span { border-color: rgb(39,66,97); }

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