Html Css Color HEX #307ABA Curious Blue

📋 copy color: '#307ABA'

red 48 ◦ green 122 ◦ blue 186

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

Shades of Curious Blue #307ABA

Tints of Curious Blue #307ABA

RGB

 RED value IS 48 (19.14% from 255) = 13.48%

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 13.48%
G = 34.27%
B = 52.25%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307ABA (or 0x307ABA) is known color: Curious Blue. HEX triplet: 30, 7A and BA. RGB value is (48,122,186). Sum of RGB (Red+Green+Blue) = 48+122+186=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #307ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ABA is #CF8545. Grayscale: #6A6A6A. Windows color (decimal): -13600070 or 12220976. OLE color: 12220976.

HSL color Cylindrical-coordinate representation of color #307ABA: hue angle of 207.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307ABA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 122 186 -
CMYK 0.74 0.34 0 0.27
HSL 207.83º 0.59% 0.46% -
HSV(B) 207.83º 0.74% 0.73% -
XYZ 17.04 18.09 49.05 -
YUV 107.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 48 122 186 0.74 0.34 0 0.27 207.83 0.59 0.46
Hex 30 7A BA 4A 22 0 1B D0 3B 2E
Octal 60 172 272 112 42 0 33 320 73 56
Binary 110000 1111010 10111010 1001010 100010 0 11011 11010000 111011 101110

Color Harmonies of #307ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307ABA

Black with #307ABA

Text Example


Text Example

White with #307ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307ABA; }

 p { color: rgb(48,122,186); }

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

background-color css

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

 a { background-color: rgb(48,122,186); }

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

border-color css

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

 span { border-color: rgb(48,122,186); }

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