Html Css Color HEX #307BBE Curious Blue

📋 copy color: '#307BBE'

red 48 ◦ green 123 ◦ blue 190

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

Shades of Curious Blue #307BBE

Tints of Curious Blue #307BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 13.3%
G = 34.07%
B = 52.63%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#307BBE (or 0x307BBE) is known color: Curious Blue. HEX triplet: 30, 7B and BE. RGB value is (48,123,190). Sum of RGB (Red+Green+Blue) = 48+123+190=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #307BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BBE is #CF8441. Grayscale: #6B6B6B. Windows color (decimal): -13599810 or 12483376. OLE color: 12483376.

HSL color Cylindrical-coordinate representation of color #307BBE: hue angle of 208.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #307BBE is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 123 190 -
CMYK 0.75 0.35 0 0.25
HSL 208.31º 0.6% 0.47% -
HSV(B) 208.31º 0.75% 0.75% -
XYZ 17.6 18.51 51.36 -
YUV 108.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 48 123 190 0.75 0.35 0 0.25 208.31 0.6 0.47
Hex 30 7B BE 4B 23 0 19 D0 3C 2F
Octal 60 173 276 113 43 0 31 320 74 57
Binary 110000 1111011 10111110 1001011 100011 0 11001 11010000 111100 101111

Color Harmonies of #307BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BBE

Black with #307BBE

Text Example


Text Example

White with #307BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,123,190); }

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

background-color css

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

 a { background-color: rgb(48,123,190); }

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

border-color css

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

 span { border-color: rgb(48,123,190); }

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