Html Css Color HEX #307CBA Curious Blue

📋 copy color: '#307CBA'

red 48 ◦ green 124 ◦ blue 186

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

Shades of Curious Blue #307CBA

Tints of Curious Blue #307CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 13.41%
G = 34.64%
B = 51.96%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307CBA (or 0x307CBA) is known color: Curious Blue. HEX triplet: 30, 7C and BA. RGB value is (48,124,186). Sum of RGB (Red+Green+Blue) = 48+124+186=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #307CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CBA is #CF8345. Grayscale: #6C6C6C. Windows color (decimal): -13599558 or 12221488. OLE color: 12221488.

HSL color Cylindrical-coordinate representation of color #307CBA: hue angle of 206.96º 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 #307CBA is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 124 186 -
CMYK 0.74 0.33 0 0.27
HSL 206.96º 0.59% 0.46% -
HSV(B) 206.96º 0.74% 0.73% -
XYZ 17.29 18.59 49.13 -
YUV 108.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 48 124 186 0.74 0.33 0 0.27 206.96 0.59 0.46
Hex 30 7C BA 4A 21 0 1B CF 3B 2E
Octal 60 174 272 112 41 0 33 317 73 56
Binary 110000 1111100 10111010 1001010 100001 0 11011 11001111 111011 101110

Color Harmonies of #307CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CBA

Black with #307CBA

Text Example


Text Example

White with #307CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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